home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / ODF Release 3 / ODFDev / Button / Sources / Binding.k < prev    next >
Encoding:
Text File  |  1996-12-16  |  1.1 KB  |  42 lines  |  [TEXT/MPS ]

  1. //==========================================================
  2. //
  3. //    File:                Binding.k
  4. //    Release Version:    $ ODF 3 $
  5. //
  6. //    Author:                M.Boetcher
  7. //
  8. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  9. //
  10. //==========================================================
  11.  
  12. #ifndef BINDING_K
  13. #define BINDING_K
  14.  
  15. // Kind
  16. #define kODFButtonKind "+//ISO 9070/ANSI::113722::US::CI LABS::Apple:ODFExamples:Kind:ODFButton"
  17.  
  18. // Editor User String
  19. #define kODFButtonEditorUserString "ODFButton R3"
  20.  
  21. // Class ID
  22. #define kODFButtonEditor "ODFExamples::ODFButton"
  23.  
  24. // OSType
  25. #define kODFButtonPartEditorOSType     'odfU'
  26. #define kODFButtonDocumentOSType     'DFUD'
  27. #define kODFButtonStationeryOSType     'sFUD'
  28.  
  29. // Sound OSType
  30. #define kMacSoundOSType 'snd '
  31. #define kMacScriptOSType 'scpt'
  32.  
  33. #define kKindCategoryMapID            128
  34. #define kEditorKindMapID            kKindCategoryMapID + 1
  35. #define kEditorUserStringMapID        kEditorKindMapID + 1
  36. #define kKindUserStringMapID        kEditorUserStringMapID + 1
  37. #define kOldMacOSTypeMapID            kKindUserStringMapID + 1
  38. #define kEditorPlatformKinds        kOldMacOSTypeMapID + 1
  39.  
  40. #endif
  41.  
  42.